GAMEOVERGAMES PRODUCTIONS'S PROFILE
This here form looks pretty interestin'. I might just get around to filling this in for y'all sometime*.
*sometime does not in any way implicate that this form will ever be filled out
*sometime does not in any way implicate that this form will ever be filled out
Search
Filter
What are you thinking about right now?
Huzzah! I hath returned!
The following list of unfortunate consecutive events should provide ample explanation.
Hard drive failure- one week of reinstalling OS on a different hard drive, recovering data, and searching for drivers (during this time my new internet company finally set me up)
Wireless tower hit by lightning- three days
House hit by lightning, router ruined because it's not on a grounded circuit- one day
Wireless company refuses to tell me the static ip and dns server information, service guy was supposed to show up eventually- two weeks and two and a half days
So what'ss happenin?
Edit: Hellion 1.0 must go play
Hard drive failure- one week of reinstalling OS on a different hard drive, recovering data, and searching for drivers (during this time my new internet company finally set me up)
Wireless tower hit by lightning- three days
House hit by lightning, router ruined because it's not on a grounded circuit- one day
Wireless company refuses to tell me the static ip and dns server information, service guy was supposed to show up eventually- two weeks and two and a half days
So what'ss happenin?
Edit: Hellion 1.0 must go play
CSS, You Might Also Like and reviews
I might come up with some changes for the gamepage designs after the deer gun season's over.
Back to camp for me now.
Back to camp for me now.
Game Profile Customization FAQ
Since I'm totally "hip" with CSS, here y'all go.
Image Background for Game Profile Comment Areas
Example of Finished Product
Image Background for Game Profile Comment Areas
#discussion div.frame{
background: url("[url]http://rpgmaker.net/media/content/users/1814/locker/commentbackgroundne.png[/url]") repeat !important; //background image goes in this one, if you only plan on using different colors for the comments delete this
}
#discussion div.contents.message.even{
background: url("[url]http://rpgmaker.net/media/content/users/1814/locker/clear.gif[/url]") !important; //CSS3 will have background colors with alpha values, images with alpha for now, alternatively you could use a color here
}
#discussion div.contents.message.odd{
background: url("[url]http://rpgmaker.net/media/content/users/1814/locker/clear.gif[/url]") !important; //alternatively another color could be used here
}
#discussion div.contents.message.odd.authors div.user_block {
background: #FFF8EF !important; //show standard is author or developer whatever color around the authors' avatars in their posts on the gamepage, if you are only using colors instead of a background image, delete the div.user_block
}
#discussion div.contents.message.even.authors div.user_block {
background: #FFF8EF !important; //if you are only using colors instead of a background image, delete the div.user_block
}
Example of Finished Product
[Community] Christmas Card
This sounds like a neat idea.
Game Profile Customization and More
New Background
(you might also note that you're going to have to do a refresh of http://rpgmaker.net/media/css/../content/games/1212/template.css every time that you make a change to the CSS)
The Never Ending Maze of Death
New Background
You're trying to change the color for links?
a { color: #3399cc; }
a:link { color: #3399cc; text-decoration: underline; }
a:visited { color: #3399cc; text-decoration: underline; }
a:active { color: #3399cc; text-decoration: underline; }
a:hover { color: #3399cc; text-decoration: underline; }
a { color: #3399cc; }
a:link { color: #3399cc; text-decoration: underline; }
a:visited { color: #3399cc; text-decoration: underline; }
a:active { color: #3399cc; text-decoration: underline; }
a:hover { color: #3399cc; text-decoration: underline; }













